M

Toposolid.Create

Description:
Creates a new instance of toposolid within the project.
Overloads (3):
Create(Document,IList[CurveLoop],ElementId,ElementId)
public static Toposolid Create(
	Document document,
	IList<CurveLoop> profiles,
	ElementId topoTypeId,
	ElementId levelId
)
Return Value Toposolid A new toposolid object within the project if successful.